Bryan Drewery
|
37be4eea3d
* Fixed channel bans not displaying on hubs (bug #1)
|
21 年之前 |
Bryan Drewery
|
a5344d5ffb
* Fixed bot sending +Ie modes before recieving list after opping.
|
21 年之前 |
Bryan Drewery
|
4e026bc6db
* Replaced CHAN_ASKED_INVITED with CHAN_ASKED_INVITES (typo)
|
21 年之前 |
Bryan Drewery
|
45b5db26af
* Eliminated share (+|-)(b|e|inv)[c] functions and replaced with '(+|-)m[c] type'
|
21 年之前 |
Bryan Drewery
|
b2846ad1b8
|
21 年之前 |
Bryan Drewery
|
6ad48922d3
* Combined display_(ban|invite|exempt) into display_mask()
|
21 年之前 |
Bryan Drewery
|
eca1fdd074
* Combined share_(mns|pls)_(ban|exempt|invite)[chan] into share_(mns|pls)_mask[chan]() functions
|
21 年之前 |
Bryan Drewery
|
5b321bed20
* Combined mask functions: cmd_bans/exempts/invites into one function: tell_masks()
|
21 年之前 |
Bryan Drewery
|
52dd7bb76d
|
21 年之前 |
Bryan Drewery
|
a2f3436141
|
21 年之前 |
Bryan Drewery
|
93b7df34ce
* Moved dumplots() to dccutil.c
|
21 年之前 |
Bryan Drewery
|
eb11bc0b9d
* Removed unneeded pointer from conf struct
|
21 年之前 |
Bryan Drewery
|
b61acee6cd
* Fixed bot not updating it's hostmask when reconnecting to server
|
21 年之前 |
Bryan Drewery
|
a7ea0156b8
* Removed some FIXME comments
|
21 年之前 |
Bryan Drewery
|
f133c4ce77
* Use DP_HELP for irc auth responses
|
21 年之前 |
Bryan Drewery
|
2d57d076dd
* Display channel name from console if one is not used with cmd_chanset
|
21 年之前 |
Bryan Drewery
|
2d5021409d
* Prefix dumped server data with [d->]
|
21 年之前 |
Bryan Drewery
|
e0df700159
* cmds not showing up in help after merge
|
21 年之前 |
Bryan Drewery
|
803a66f252
#3 * grep didn't need -r in build
|
21 年之前 |
Bryan Drewery
|
b2977958cf
Setting -Dinline= was unneeded (because of -fno-inline) and actually broke compiling
|
21 年之前 |
Bryan Drewery
|
a37c3d129a
* Disabled watcher on sun as it's ptrace is horrid
|
21 年之前 |
Bryan Drewery
|
468968b58e
* Don't define PAGESIZE until it's not defined and we need it
|
21 年之前 |
Bryan Drewery
|
a07f56bb03
* Fixed getsock() being called wrong in check_maxfd()
|
21 年之前 |
Bryan Drewery
|
2efdf31a13
* fixed stackdump() being called on non-i386 in cmd_debug
|
21 年之前 |
Bryan Drewery
|
084972484f
* Some constants not defined in OBSD
|
21 年之前 |
Bryan Drewery
|
cfc68ced0b
* Removed all Assert()/DEBUG_ASSERT code
|
21 年之前 |
OpenSSL Project (Ported by Bryan)
|
6330870e16
* Updated MD5 code to use openssl's implemention which is portable and optimized
|
21 年之前 |
OpenSSL Project (Ported by Bryan)
|
ec1a07ea77
* Changed all the SHA code over to the standard openssl code (no changes)
|
21 年之前 |
Bryan Drewery
|
758beb24e5
* Added some stupid stuff for console crypting for future use
|
21 年之前 |
Bryan Drewery
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 年之前 |