Bryan Drewery
|
6a2cd6a029
Merge branch 'remove-egg-prefix'
|
17 년 전 |
Bryan Drewery
|
90da1207ef
* Update bdlib and change stream.printf calls to use String.printf instead
|
17 년 전 |
Bryan Drewery
|
e44719ee4f
* Use bd::Stream
|
17 년 전 |
Bryan Drewery
|
3bcb4da46f
* Now using EncryptedStream to write/save userfiles
|
20 년 전 |
Bryan Drewery
|
389402fe78
Merge branch 'sprintf-updates'
|
17 년 전 |
Bryan Drewery
|
3fccf460bb
* Remove unnecessary egg_ prefix from some function calls
|
17 년 전 |
Bryan Drewery
|
8d6fe1be7f
* Cleanup strchr() usage to fix constness and compile errors with glibc 2.10
|
17 년 전 |
Bryan Drewery
|
3a0620cb1a
* Remove all uses of s[n]printf, change most egg_snprintf to simple_snprintf
|
17 년 전 |
Bryan Drewery
|
ed1fee06cd
Merge branch 'sanitize-set'
|
17 년 전 |
Bryan Drewery
|
fd06985c2d
* Ensure that some set variables are only 1 word long
|
17 년 전 |
Bryan Drewery
|
6865e6e873
* Sanitize cmd_set locally as well as remotely
|
17 년 전 |
Bryan Drewery
|
4a7cf2f248
* Remove a bunch of old, unused code
|
17 년 전 |
Bryan Drewery
|
f520680c80
* Port [3972] and [3973] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
700b8be0a3
* ifdef out some DEBUG code
|
17 년 전 |
Bryan Drewery
|
9252f41b70
* Port [3959] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
a4adcca065
* Port [3957] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
075eda009b
* Port [3947] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
68c51913e1
* Port [3943] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
e1c3bfb711
* Port [3938] to 1.2.16 from trunk
|
17 년 전 |
Bryan Drewery
|
051e40d13c
* Fix a segfault in the settings handling code. (Could create very random looking segfaults)
|
17 년 전 |
Bryan Drewery
|
198a5344bd
* Port [3904] to 1.2.16 from trunk
|
18 년 전 |
Bryan Drewery
|
5ce42e86f1
* Cleanup more bounds checking via: strlcat, strlcpy, snprintf
|
18 년 전 |
Bryan Drewery
|
bc47d5d151
* Cleanup some of the time_t mess
|
18 년 전 |
Bryan Drewery
|
abf3045125
* Fix up misc compile warnings
|
18 년 전 |
Bryan Drewery
|
c967cf537f
* Added 'jupenick'. Jupenick is preferred over 'nick' but only 'nick' will be rotated with altchars. Ie, nick_, nick-, etc. (fixes #421)
|
18 년 전 |
Bryan Drewery
|
62a5c72181
* Fix segfault with new 'set altchars'
|
18 년 전 |
Bryan Drewery
|
7ebc6962df
* Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars
|
18 년 전 |
Bryan Drewery
|
73743349c9
* Remove 'set mean-kicks' and change to 'chanset +meankicks' (default on, does not upgrade from old .set, must unset after upgrade if wanted)
|
18 년 전 |
Bryan Drewery
|
7ab81c4795
* Add 'set altchars' so that alternative characters used for nicks can be changed. (fixes #418)
|
18 년 전 |
Bryan Drewery
|
a2b9734fdf
* Port [3690] to 1.2.15
|
18 년 전 |