about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use null check convention in command.cJames Booth2015-05-041-110/+110
| |
* | Merge branch 'master' into pgpJames Booth2015-04-281-16/+17
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Added ui events moduleJames Booth2015-04-281-0/+1
| |
| * Renamed event functionsJames Booth2015-04-281-16/+16
| |
* | Merge branch 'master' into pgpJames Booth2015-04-231-6/+31
|\| | | | | | | | | Conflicts: src/config/account.h
| * Tidied account loginJames Booth2015-04-231-6/+31
| |
* | Merge branch 'master' into pgpJames Booth2015-04-221-109/+67
|\|
| * Moved login events to client events moduleJames Booth2015-04-221-98/+56
| |
| * Tidy execute alias codeJames Booth2015-04-211-11/+11
| |
* | Merge branch 'master' into pgpJames Booth2015-04-211-5/+16
|\|
| * Moved new chat win events to client events moduleJames Booth2015-04-211-5/+16
| |
* | Merge branch 'master' into pgpJames Booth2015-04-211-48/+40
|\|
| * Moved all message sending to client events moduleJames Booth2015-04-211-48/+40
| |
* | Merge branch 'master' into pgpJames Booth2015-04-191-77/+4
|\|
| * Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-77/+4
| |
* | Merge branch 'master' into pgpJames Booth2015-04-122-15/+64
|\|
| * Added option to show jids in occupants panelJames Booth2015-04-122-15/+64
| |
* | Merge branch 'master' into pgpJames Booth2015-04-112-8/+26
|\|
| * Autogenerate room name with UUID for /join with no argsJames Booth2015-04-112-8/+26
| |
* | Merge branch 'master' into pgpJames Booth2015-03-291-1/+6
|\|
| * Use password for chat room invitesJames Booth2015-03-291-1/+6
| |
* | Merge branch 'master' into pgpJames Booth2015-03-291-1/+1
|\|
| * Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
| |
* | Added signature verification, /pgp fps commandJames Booth2015-03-242-0/+17
| |
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-232-0/+10
| |
* | Added Id and fingerprint to pgp key listJames Booth2015-03-221-3/+7
| |
* | Added /pgp libver commandJames Booth2015-03-222-3/+16
| |
* | Added pgp key list commandJames Booth2015-03-223-2/+45
|/
* Added individual options to send and request delivery receiptsJames Booth2015-03-192-9/+51
|
* Tidy cmd_tinyJames Booth2015-03-161-33/+44
|
* Added static function for sending otr tagged messagesJames Booth2015-03-161-17/+20
|
* Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-161-10/+3
|
* Use static functions in cmd_msgJames Booth2015-03-161-21/+8
|
* Removed window checks before logging in cmd_msgJames Booth2015-03-161-9/+3
|
* Added static functions to commands.c for sending messagesJames Booth2015-03-161-30/+35
|
* Moved _strtoi to common, strtoi_rangeJames Booth2015-03-161-39/+11
|
* Removed console dependency from strtoiJames Booth2015-03-161-63/+123
|